Information about plays

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

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

{
    "id": 347144,
    "uri": "https://api.kexp.org/v2/plays/347144/?format=api",
    "airdate": "2019-06-27T20:27:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Out Singing",
    "track_id": "b5dc6a38-c912-4f58-875c-578a396bed05",
    "recording_id": null,
    "artist": "Lavender Country",
    "artist_ids": [
        "26153021-5c06-403d-b8a9-2f06f19090c1"
    ],
    "album": "Lavender Country",
    "release_id": "01eea8bb-6bca-407f-ac3b-704393fcff39",
    "release_group_id": null,
    "labels": [
        "Paradise of Bachelors"
    ],
    "label_ids": [
        "e7adcd99-a797-4b0e-9cea-cc2672e101aa"
    ],
    "release_date": "2014-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "originally released in 1973, the first gay-themed country album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}