Information about plays

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

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

{
    "id": 470377,
    "uri": "https://api.kexp.org/v2/plays/470377/?format=api",
    "airdate": "2001-09-27T03:30:00-07:00",
    "show": 8007,
    "show_uri": "https://api.kexp.org/v2/shows/8007/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Greatest Hit",
    "track_id": "8447306b-c6e7-470c-8793-d679515b88c7",
    "recording_id": null,
    "artist": "Annie",
    "artist_ids": [
        "2a9ea5bf-fc08-4fbc-ab73-17afa7906a52"
    ],
    "album": "Wall Of Sound Presents Tellé",
    "release_id": "3f15e7f4-13c3-4128-a67f-21f928b1fd4b",
    "release_group_id": null,
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}