Information about plays

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

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

{
    "id": 351514,
    "uri": "https://api.kexp.org/v2/plays/351514/?format=api",
    "airdate": "2019-07-08T01:46:00-07:00",
    "show": 5858,
    "show_uri": "https://api.kexp.org/v2/shows/5858/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thank God I Wake Up Again",
    "track_id": "f42cf991-2df3-3b3e-9394-9b6cbd6b6e3d",
    "recording_id": null,
    "artist": "Arto Tunçboyacıyan",
    "artist_ids": [
        "8df28599-882e-458b-b1ea-ce411687656e"
    ],
    "album": "Every Day Is a New Life",
    "release_id": "57180b74-b7bc-4277-a729-14f95c56ab31",
    "release_group_id": null,
    "labels": [
        "Living Music"
    ],
    "label_ids": [
        "eb0699ac-f9c2-4bc6-90f9-35aec6ed99eb"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}