Information about plays

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

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

{
    "id": 504241,
    "uri": "https://api.kexp.org/v2/plays/504241/?format=api",
    "airdate": "2002-01-06T13:00:00-08:00",
    "show": 8671,
    "show_uri": "https://api.kexp.org/v2/shows/8671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GTznJ-ZbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GTznJ-ZbL._SL75_.jpg",
    "song": "Don't Dream It's Over",
    "track_id": null,
    "recording_id": null,
    "artist": "Neil Finn",
    "artist_ids": [
        "3b7c93ab-40a5-4745-ab6b-eaafed2308bb"
    ],
    "album": "7 Worlds Collide (Live at the St. James)",
    "release_id": "58d94db7-1ac6-4a0f-9c29-b7d0ebc949ad",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2002-02-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}