Information about plays

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

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

{
    "id": 415508,
    "uri": "https://api.kexp.org/v2/plays/415508/?format=api",
    "airdate": "2001-04-17T00:38:49-07:00",
    "show": 6933,
    "show_uri": "https://api.kexp.org/v2/shows/6933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NCNCR9FZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NCNCR9FZL._SL75_.jpg",
    "song": "Haxpolskan/The Witch Polska",
    "track_id": null,
    "recording_id": null,
    "artist": "Hedningarna",
    "artist_ids": [
        "2fd6f2b0-832e-4c6b-896a-cfbead330fca"
    ],
    "album": "Hedningarna",
    "release_id": "670bfc46-1468-40dc-9bac-c847fbd77792",
    "release_group_id": null,
    "labels": [
        "NorthSide"
    ],
    "label_ids": [
        "73cedddb-51db-4820-a1e3-b5b030b486b5"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}