Information about plays

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

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

{
    "id": 2682907,
    "uri": "https://api.kexp.org/v2/plays/2682907/?format=api",
    "airdate": "2020-01-06T16:09:12-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Give Up",
    "track_id": "8c1fe455-f7a5-49b5-b716-5527de91eec8",
    "recording_id": null,
    "artist": "Lee Fields & The Expressions",
    "artist_ids": [
        "1a4c8b49-4a55-4299-b1c8-82e33e319f33"
    ],
    "album": "Don't Give Up",
    "release_id": "21608e9a-099d-49b1-acb5-6c5c3e2810c0",
    "release_group_id": null,
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2019-11-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video of Lee Fields and the Expressions performing live in the KEXP studio back in 2017: https://www.youtube.com/watch?v=p9wH8SV2vIA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}