Information about plays

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

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

{
    "id": 465553,
    "uri": "https://api.kexp.org/v2/plays/465553/?format=api",
    "airdate": "2001-09-12T18:50:00-07:00",
    "show": 7914,
    "show_uri": "https://api.kexp.org/v2/shows/7914/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218N41CBV4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218N41CBV4L._SL75_.jpg",
    "song": "Papa Was a Rollin' Stone",
    "track_id": "d52dda20-8011-40d0-ac96-3b13c9864898",
    "recording_id": null,
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "All Directions",
    "release_id": "328058f1-6860-49d9-bdce-f0c2cb110e60",
    "release_group_id": null,
    "labels": [
        "Tamla Motown"
    ],
    "label_ids": [
        "4b59e4da-ed85-49f9-904c-973f9a698c8b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}