Information about plays

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

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

{
    "id": 368370,
    "uri": "https://api.kexp.org/v2/plays/368370/?format=api",
    "airdate": "2019-08-16T18:47:00-07:00",
    "show": 6137,
    "show_uri": "https://api.kexp.org/v2/shows/6137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harder",
    "track_id": "acc08637-34a5-4074-822d-265acfaf6ae6",
    "recording_id": null,
    "artist": "Jax Jones",
    "artist_ids": [
        "a2507d4d-3387-4d31-a6e8-f2c9794fb37e"
    ],
    "album": "Harder",
    "release_id": "7df66d09-a97d-4ba7-80d2-81875387cb61",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Awesome new dance anthem! Debut full-length to be released next month featuring additional collaborations with Tove Lo and Ella Henderson. https://www.jaxjones.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}