Information about plays

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

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

{
    "id": 480733,
    "uri": "https://api.kexp.org/v2/plays/480733/?format=api",
    "airdate": "2001-10-27T10:08:00-07:00",
    "show": 8204,
    "show_uri": "https://api.kexp.org/v2/shows/8204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Day I Pray",
    "track_id": "7d77beda-09b7-4024-bf8a-27ac2912be57",
    "recording_id": null,
    "artist": "The Skatalites Meet King Tubby",
    "artist_ids": [
        "a9d61bbe-7dfc-473b-97cb-8ea545aeee2e"
    ],
    "album": "Heroes of Reggae in Dub",
    "release_id": "792dd0ce-3a15-4a58-9e3b-ffdecaeba015",
    "release_group_id": null,
    "labels": [
        "Motion UK"
    ],
    "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"
}