Information about plays

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

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

{
    "id": 2679342,
    "uri": "https://api.kexp.org/v2/plays/2679342/?format=api",
    "airdate": "2019-12-28T23:23:00-08:00",
    "show": 46245,
    "show_uri": "https://api.kexp.org/v2/shows/46245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby Come Back",
    "track_id": "0fb8f8a4-64d8-39c3-afb8-2caabedc7bd0",
    "recording_id": null,
    "artist": "The Survivors",
    "artist_ids": [
        "9f9f7111-17bf-4a54-b996-422731e30525"
    ],
    "album": "Baby Come Back",
    "release_id": "ad26d483-7d54-444c-b8ab-a879f78cb334",
    "release_group_id": null,
    "labels": [
        "Real Records"
    ],
    "label_ids": [
        "2ef79d41-5ebd-46ca-a066-36758a8ce8fd"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}