Information about plays

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

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

{
    "id": 1312984,
    "uri": "https://api.kexp.org/v2/plays/1312984/?format=api",
    "airdate": "2007-12-11T17:49:17-08:00",
    "show": 22964,
    "show_uri": "https://api.kexp.org/v2/shows/22964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Expectations",
    "track_id": "525b7275-ffca-41cf-8bee-6adb2aa1be08",
    "recording_id": null,
    "artist": "Cut Off Your Hands",
    "artist_ids": [
        "5394752b-3a31-4281-adc4-9249dcae50c9"
    ],
    "album": "Shaky Hands",
    "release_id": "d73a5b5f-12c4-4753-8db9-302e29892ef8",
    "release_group_id": null,
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}