Information about plays

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

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

{
    "id": 374879,
    "uri": "https://api.kexp.org/v2/plays/374879/?format=api",
    "airdate": "2019-08-31T14:53:16-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rip",
    "track_id": "ea179e59-a2e2-315f-b3cc-4f3f0769d5d0",
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Third",
    "release_id": "7da5c6a7-bd8b-3f85-89a7-577283388083",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2008-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the official video: https://www.youtube.com/watch?v=kBOaLjtR4mw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}