Information about plays

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

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

{
    "id": 414781,
    "uri": "https://api.kexp.org/v2/plays/414781/?format=api",
    "airdate": "2001-04-12T15:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RD6DV1R4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RD6DV1R4L._SL75_.jpg",
    "song": "I Gotcha",
    "track_id": "4a58e368-6a89-4a2f-8c4b-21478239c663",
    "recording_id": null,
    "artist": "Joe Tex",
    "artist_ids": [
        "bb25e0ba-fd11-4d2a-8ec3-f5674f67c874"
    ],
    "album": "Pure Funk, Volume 2",
    "release_id": "ec0a068e-3924-4744-9178-314a6b5c77e0",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}