Information about plays

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

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

{
    "id": 1356496,
    "uri": "https://api.kexp.org/v2/plays/1356496/?format=api",
    "airdate": "2008-03-31T10:32:08-07:00",
    "show": 23692,
    "show_uri": "https://api.kexp.org/v2/shows/23692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xwEbeJQ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xwEbeJQ6L._SL75_.jpg",
    "song": "Kırmızı Biber",
    "track_id": "036f83d7-80d9-4a6a-b317-9b748385ca3f",
    "recording_id": null,
    "artist": "Bendeniz",
    "artist_ids": [
        "f4ee409b-a191-4817-aa5f-73963017fb69"
    ],
    "album": "Putumayo Presents: Turkish Groove",
    "release_id": "cf9de0f2-0d2f-4aff-b437-4a2d676b06de",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2006-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}