Information about plays

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

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

{
    "id": 347120,
    "uri": "https://api.kexp.org/v2/plays/347120/?format=api",
    "airdate": "2019-06-27T19:11:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cowboys Are My Weakness",
    "track_id": "db9f6fb0-6590-32d8-be67-286837a6b300",
    "recording_id": null,
    "artist": "Chris Difford",
    "artist_ids": [
        "2873a95b-75c7-4bb8-9add-beb41d41e57c"
    ],
    "album": "I Didn’t Get Where I Am",
    "release_id": "80622cfa-c3db-4108-9eeb-486796395c55",
    "release_group_id": null,
    "labels": [
        "Adventure Records"
    ],
    "label_ids": [
        "95c42f6a-00e4-4709-8e57-f191453270c5"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}