Information about plays

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

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

{
    "id": 1415782,
    "uri": "https://api.kexp.org/v2/plays/1415782/?format=api",
    "airdate": "2008-08-29T14:07:41-07:00",
    "show": 24693,
    "show_uri": "https://api.kexp.org/v2/shows/24693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ARzWa5P8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ARzWa5P8L._SL75_.jpg",
    "song": "I Walk The Line [QDT Muzic Remix Featuring Snoop Dogg]",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Johnny Cash Remixed",
    "release_id": "2bd493bf-aef9-445a-b31f-aed602f32f43",
    "release_group_id": null,
    "labels": [
        "Compadre Records"
    ],
    "label_ids": [
        "ca9cb3cc-7022-4560-aef9-08a117178be4"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}