Information about plays

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

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

{
    "id": 499181,
    "uri": "https://api.kexp.org/v2/plays/499181/?format=api",
    "airdate": "2001-12-21T15:00:00-08:00",
    "show": 8566,
    "show_uri": "https://api.kexp.org/v2/shows/8566/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X9KRRFF7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X9KRRFF7L._SL75_.jpg",
    "song": "Down with the JBeez",
    "track_id": "638ce0af-1fcc-4f0e-9fa5-5c6db42bf09d",
    "recording_id": null,
    "artist": "Jungle Brothers",
    "artist_ids": [
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd"
    ],
    "album": "V.I.P.",
    "release_id": "c650c5cb-ff5b-4f76-94d5-77654d9e37f3",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1999-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}