Information about plays

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

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

{
    "id": 1279222,
    "uri": "https://api.kexp.org/v2/plays/1279222/?format=api",
    "airdate": "2007-09-14T19:05:06-07:00",
    "show": 22386,
    "show_uri": "https://api.kexp.org/v2/shows/22386/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yyLaKjWxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yyLaKjWxL._SL75_.jpg",
    "song": "Two Timin' Woman",
    "track_id": "b448bfb5-cc24-4bda-90a7-3c94a92cb62b",
    "recording_id": null,
    "artist": "Jack Scott",
    "artist_ids": [
        "f2cf0640-295d-4931-ad4e-95f7ce92b6f9"
    ],
    "album": "The Best of Jack Scott 1957-1960",
    "release_id": "bedd3ff4-9c58-4984-9963-c5113fc17d2f",
    "release_group_id": null,
    "labels": [],
    "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"
}