Information about plays

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

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

{
    "id": 2683291,
    "uri": "https://api.kexp.org/v2/plays/2683291/?format=api",
    "airdate": "2020-01-07T13:06:15.370000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia803102.us.archive.org/10/items/mbid-aed91f58-f516-4f39-ac35-79acb7c0ee26/mbid-aed91f58-f516-4f39-ac35-79acb7c0ee26-24461438548.png",
    "thumbnail_uri": "https://ia803102.us.archive.org/10/items/mbid-aed91f58-f516-4f39-ac35-79acb7c0ee26/mbid-aed91f58-f516-4f39-ac35-79acb7c0ee26-24461438548_thumb250.jpg",
    "song": "Playing on The Radio",
    "track_id": "5ee54b6c-22d3-477b-8d27-3d28e22d86d1",
    "recording_id": null,
    "artist": "The Shivas",
    "artist_ids": [
        "50bb2d85-7a6b-4457-b995-9c1074c17d52"
    ],
    "album": "Dark Thoughts",
    "release_id": "aed91f58-f516-4f39-ac35-79acb7c0ee26",
    "release_group_id": "36daf6f9-286b-4c43-b726-9de4190b4ed5",
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "That's right, this Portland band will be at Barboza on Friday, January 17th, 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}