Information about plays

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

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

{
    "id": 1337199,
    "uri": "https://api.kexp.org/v2/plays/1337199/?format=api",
    "airdate": "2008-02-10T23:49:00-08:00",
    "show": 23368,
    "show_uri": "https://api.kexp.org/v2/shows/23368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Warrior",
    "track_id": "5ace0efb-f527-4dff-86b4-bb353dee3f2a",
    "recording_id": null,
    "artist": "Smith 'N' Hack",
    "artist_ids": [
        "63d4a882-dfb1-468b-b3ed-32aa6e31001f"
    ],
    "album": "Body Language, Volume 5",
    "release_id": "f05173b4-448e-4d6b-a7c8-d2a13f84649b",
    "release_group_id": null,
    "labels": [
        "Shawn Smith"
    ],
    "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"
}