Information about plays

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

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

{
    "id": 1256849,
    "uri": "https://api.kexp.org/v2/plays/1256849/?format=api",
    "airdate": "2007-07-20T05:31:57-07:00",
    "show": 22009,
    "show_uri": "https://api.kexp.org/v2/shows/22009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BrwdON0YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BrwdON0YL._SL75_.jpg",
    "song": "Get By",
    "track_id": null,
    "recording_id": null,
    "artist": "Talib Kweli",
    "artist_ids": [
        "bb3cbea2-5ad4-4917-bc84-8a1975d40315"
    ],
    "album": "Quality",
    "release_id": "07041b80-aa46-4f9f-bd7e-d4400d627180",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2002-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}