Information about plays

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

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

{
    "id": 343390,
    "uri": "https://api.kexp.org/v2/plays/343390/?format=api",
    "airdate": "2019-06-19T09:14:41-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Apply Some Pressure",
    "track_id": "71a5770e-bf8f-37c7-8faa-7f390486ad09",
    "recording_id": null,
    "artist": "Maxïmo Park",
    "artist_ids": [
        "92e634a7-6023-4be8-be15-ebba822f5b34"
    ],
    "album": "Apply Some Pressure",
    "release_id": "3b19077e-c0da-4874-a8f5-b5edbffe7a58",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2005-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What happens when you lose everything?\nYou just start again, you start all over again...\" Here's the video: https://www.youtube.com/watch?v=-Ue193sAcrE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}