Information about plays

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

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

{
    "id": 499750,
    "uri": "https://api.kexp.org/v2/plays/499750/?format=api",
    "airdate": "2001-12-23T20:20:00-08:00",
    "show": 8580,
    "show_uri": "https://api.kexp.org/v2/shows/8580/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PNn%2BBkw2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PNn%2BBkw2L._SL75_.jpg",
    "song": "Ready",
    "track_id": "6343b3e0-1c52-4d03-b46d-8736a730dc06",
    "recording_id": null,
    "artist": "CHARLES WEBSTER",
    "artist_ids": [
        "5c1fc72f-5bb3-4f87-8155-17dabca1d16b"
    ],
    "album": "Born on the 24th of July",
    "release_id": "b5ebf923-5f5b-420c-8cce-0a426b753d07",
    "release_group_id": null,
    "labels": [
        "Peacefrog Records"
    ],
    "label_ids": [
        "7de44691-1303-468e-8e23-44cf95f9c647"
    ],
    "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"
}