Information about plays

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

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

{
    "id": 348779,
    "uri": "https://api.kexp.org/v2/plays/348779/?format=api",
    "airdate": "2019-07-01T21:26:06-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "http://coverartarchive.org/release/691dd807-cf4f-4f51-9cf0-c851e81e7373/13538378375-250.jpg",
    "thumbnail_uri": "",
    "song": "Choose Me",
    "track_id": "87f26849-d212-41c8-8835-4376af1e5601",
    "recording_id": null,
    "artist": "James Blake",
    "artist_ids": [
        "8dc08b1f-e393-4f85-a5dd-300f7693a8b8"
    ],
    "album": "The Colour in Anything",
    "release_id": "691dd807-cf4f-4f51-9cf0-c851e81e7373",
    "release_group_id": null,
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}