Information about plays

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

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

{
    "id": 421782,
    "uri": "https://api.kexp.org/v2/plays/421782/?format=api",
    "airdate": "2001-05-06T16:16:40-07:00",
    "show": 7064,
    "show_uri": "https://api.kexp.org/v2/shows/7064/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VCoMjqapL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VCoMjqapL._SL75_.jpg",
    "song": "Northern Line",
    "track_id": null,
    "recording_id": null,
    "artist": "Opal",
    "artist_ids": [
        "711a78ab-184f-4a38-9e5f-e43b4ce50aca"
    ],
    "album": "Early Recordings",
    "release_id": "63ae7a4f-280f-43de-a81b-975ca233e3fd",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}