Information about plays

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

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

{
    "id": 1287635,
    "uri": "https://api.kexp.org/v2/plays/1287635/?format=api",
    "airdate": "2007-10-06T10:12:00-07:00",
    "show": 22529,
    "show_uri": "https://api.kexp.org/v2/shows/22529/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21TMV3VD9ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21TMV3VD9ZL._SL75_.jpg",
    "song": "Tempo",
    "track_id": "034c6d7c-2885-4324-be7a-916724b43951",
    "recording_id": null,
    "artist": "Anthony Red Rose",
    "artist_ids": [
        "5b6aed36-5a97-4779-99f9-a13a5dd25151"
    ],
    "album": "Tougher Than Tough: The Story of Jamaican Music (disc 4: Dance Hall Good to We 1982-1993)",
    "release_id": "129f0647-a989-4561-8f84-26d7ead7e854",
    "release_group_id": null,
    "labels": [
        "Firehouse 12"
    ],
    "label_ids": [
        "bb95077b-0b31-423b-ae8d-f6bf20faa36a"
    ],
    "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"
}