Information about plays

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

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

{
    "id": 513727,
    "uri": "https://api.kexp.org/v2/plays/513727/?format=api",
    "airdate": "2002-02-03T03:13:00-08:00",
    "show": 8856,
    "show_uri": "https://api.kexp.org/v2/shows/8856/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N5GAQDZRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N5GAQDZRL._SL75_.jpg",
    "song": "The Deadly Rhythm",
    "track_id": "5a66bbe8-125d-4069-8853-5e498aadfc49",
    "recording_id": null,
    "artist": "Refused",
    "artist_ids": [
        "42884e27-dfb8-453d-990f-2ffd90bc2d1a"
    ],
    "album": "The Shape of Punk to Come",
    "release_id": "0ddc4e9a-17d4-4412-9d7e-c227c22fea6b",
    "release_group_id": null,
    "labels": [
        "Epitaph/Burning Heart"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}