Information about plays

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

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

{
    "id": 530577,
    "uri": "https://api.kexp.org/v2/plays/530577/?format=api",
    "airdate": "2002-03-24T09:14:21-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61WC2mubgcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61WC2mubgcL._SL75_.jpg",
    "song": "Love Train",
    "track_id": "c38b13f0-dc13-4efe-8d22-058192a91e85",
    "recording_id": null,
    "artist": "The Holmes Brothers",
    "artist_ids": [
        "cc9228cc-0a1a-4e69-95d9-1dfbd91ba3c4"
    ],
    "album": "Speaking in Tongues",
    "release_id": "82767f99-6ede-44a9-ab2c-bc984374611d",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}