Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1304923/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1304923,
    "uri": "https://api.kexp.org/v2/plays/1304923/?format=api",
    "airdate": "2007-11-21T04:18:51-08:00",
    "show": 22828,
    "show_uri": "https://api.kexp.org/v2/shows/22828/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qJs9QTKzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qJs9QTKzL._SL75_.jpg",
    "song": "Ska Jerk",
    "track_id": "76c12121-bed2-4cdd-a6bd-93d3ad90d8e4",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Another Dance: Rarities From Studio 1",
    "release_id": "65f96950-50ce-4d94-9aa5-a7c363047505",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2007-10-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}