Information about plays

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

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

{
    "id": 501123,
    "uri": "https://api.kexp.org/v2/plays/501123/?format=api",
    "airdate": "2001-12-27T22:01:00-08:00",
    "show": 8605,
    "show_uri": "https://api.kexp.org/v2/shows/8605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41395JH9D2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41395JH9D2L._SL75_.jpg",
    "song": "Bathysphere",
    "track_id": "fd46dd53-ea18-411c-bd55-c322e16d97c1",
    "recording_id": null,
    "artist": "Pram",
    "artist_ids": [
        "eb87c32c-d604-4be5-a70c-92c2c78be9d0"
    ],
    "album": "North Pole Radio Station",
    "release_id": "30b41050-a11a-4d6f-be62-11a65c1263dd",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "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"
}