Information about plays

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

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

{
    "id": 342810,
    "uri": "https://api.kexp.org/v2/plays/342810/?format=api",
    "airdate": "2019-06-18T04:18:55-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "http://coverartarchive.org/release/18b05274-94b1-4fef-ad18-619ff64fadae/4776442413-250.jpg",
    "thumbnail_uri": "",
    "song": "The Dark of the Matinée",
    "track_id": "91208848-c945-30ef-bbd0-b66b4686e665",
    "recording_id": null,
    "artist": "Franz Ferdinand",
    "artist_ids": [
        "aa7a2827-f74b-473c-bd79-03d065835cf7"
    ],
    "album": "Franz Ferdinand",
    "release_id": "18b05274-94b1-4fef-ad18-619ff64fadae",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Franz Ferdinand interview: https://www.youtube.com/watch?v=wmo_24kKxgE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}