Information about plays

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

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

{
    "id": 347204,
    "uri": "https://api.kexp.org/v2/plays/347204/?format=api",
    "airdate": "2019-06-27T23:39:35-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Game",
    "track_id": "cd96cf61-83ab-4c44-bb2a-0195b7af485b",
    "recording_id": null,
    "artist": "Mayer Hawthorne",
    "artist_ids": [
        "029fbb43-ea37-47a0-8c68-803d69abfa5e"
    ],
    "album": "The Game",
    "release_id": "460c2309-e741-4507-82f7-1d20a74dac33",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grammy nominated R&B and soul artist Mayer Hawthorne with brand new single entitled \"The Game.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}