Information about plays

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

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

{
    "id": 451579,
    "uri": "https://api.kexp.org/v2/plays/451579/?format=api",
    "airdate": "2001-08-02T21:05:27-07:00",
    "show": 7637,
    "show_uri": "https://api.kexp.org/v2/shows/7637/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411DDH2EJ2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411DDH2EJ2L._SL75_.jpg",
    "song": "Amelia",
    "track_id": "b14e0b94-9de7-4815-9b7d-8181f4c95fe9",
    "recording_id": null,
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Hejira",
    "release_id": "866d4044-7a79-40ff-ba3c-a25dbc42317f",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}