Information about plays

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

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

{
    "id": 498095,
    "uri": "https://api.kexp.org/v2/plays/498095/?format=api",
    "airdate": "2001-12-18T16:26:00-08:00",
    "show": 8548,
    "show_uri": "https://api.kexp.org/v2/shows/8548/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eBop3sUAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eBop3sUAL._SL75_.jpg",
    "song": "Going Home Blues",
    "track_id": "c7bc65f1-97e3-4016-84dd-7e695ab8c067",
    "recording_id": null,
    "artist": "Lightnin' Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "The Best of Lightning Hopkins",
    "release_id": "9fc1cead-a2c3-4624-b30f-dff496c18d85",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}