Information about plays

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

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

{
    "id": 1213442,
    "uri": "https://api.kexp.org/v2/plays/1213442/?format=api",
    "airdate": "2007-03-30T18:06:00-07:00",
    "show": 21268,
    "show_uri": "https://api.kexp.org/v2/shows/21268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jbesYqh%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jbesYqh%2BL._SL75_.jpg",
    "song": "Latch On",
    "track_id": "5b0f6836-5741-476f-83b8-65c741ce76fa",
    "recording_id": null,
    "artist": "Ron Hargrave",
    "artist_ids": [
        "1c7c06db-fd31-4435-975d-3ff4491d8a2e"
    ],
    "album": "That'll Flat Git It, Volume 7: MGM Records",
    "release_id": "5662a6df-8bee-4ef1-9c6b-66ee11facae2",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}