Information about plays

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

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

{
    "id": 464866,
    "uri": "https://api.kexp.org/v2/plays/464866/?format=api",
    "airdate": "2001-09-10T19:37:30-07:00",
    "show": 7899,
    "show_uri": "https://api.kexp.org/v2/shows/7899/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51blYjp7VJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51blYjp7VJL._SL75_.jpg",
    "song": "Colonial Mentality",
    "track_id": "66579b8b-91bf-4e25-990f-0d0a50684baf",
    "recording_id": null,
    "artist": "Schäl Sick Brass Band",
    "artist_ids": [
        "d352dd6b-2ebe-4428-be2b-f2fd0ba5cfbf"
    ],
    "album": "Majnoun",
    "release_id": "de292ea5-a5e1-431b-80ea-6775346a6ddd",
    "release_group_id": null,
    "labels": [
        "Nettwork (Germany)"
    ],
    "label_ids": [],
    "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"
}