Information about plays

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

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

{
    "id": 344657,
    "uri": "https://api.kexp.org/v2/plays/344657/?format=api",
    "airdate": "2019-06-22T09:28:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Simple Man",
    "track_id": "00e542ff-b17d-49e2-945f-4adc81200a99",
    "recording_id": null,
    "artist": "Marcus Gad",
    "artist_ids": [
        "ce2601bc-e169-45c4-8f58-5b6cde5410f7"
    ],
    "album": "Soul Talk",
    "release_id": "715414a5-585d-4e1d-8687-701c96120754",
    "release_group_id": null,
    "labels": [
        "GADDA Records"
    ],
    "label_ids": [],
    "release_date": "2015-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marcus Gad leans on the power of Reggae to develop profound themes and open the listener to new reflections, in a time when big changes must be brought about for the sake of Humanity and life itself https://marcusgad.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}