Information about plays

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

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

{
    "id": 347890,
    "uri": "https://api.kexp.org/v2/plays/347890/?format=api",
    "airdate": "2019-06-29T16:10:38-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "http://coverartarchive.org/release/f217340a-490d-4751-8b92-33081d475e0e/20680736417-250.jpg",
    "thumbnail_uri": "",
    "song": "Doesn’t matter",
    "track_id": "2fe5c3aa-5333-48fe-a83e-4f30897a4b2e",
    "recording_id": null,
    "artist": "Christine and the Queens",
    "artist_ids": [
        "9c90ffbf-b137-4dee-bfcc-b8010787840d"
    ],
    "album": "Chris",
    "release_id": "a2801e1e-8602-426b-8766-2dede26e1520",
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2018-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for this song: https://youtu.be/UCwD5f1APTY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}