Information about plays

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

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

{
    "id": 531442,
    "uri": "https://api.kexp.org/v2/plays/531442/?format=api",
    "airdate": "2002-03-26T18:53:20-08:00",
    "show": 9202,
    "show_uri": "https://api.kexp.org/v2/shows/9202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M22J3D2GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M22J3D2GL._SL75_.jpg",
    "song": "Lightning Strike",
    "track_id": "77a45ac9-d749-4a94-bda1-10e14d444234",
    "recording_id": null,
    "artist": "Twilight Circus Dub Sound System",
    "artist_ids": [
        "f8056dd7-57a4-4c6b-ad4e-f94293ac2e1d"
    ],
    "album": "Volcanic Dub",
    "release_id": "f76fa7fe-5ce7-4893-98f0-eadc9c619e1b",
    "release_group_id": null,
    "labels": [
        "M Records"
    ],
    "label_ids": [
        "ad36363a-71fd-4f8c-aaf8-bb184ee00ebb"
    ],
    "release_date": "2001-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}