Information about plays

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

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

{
    "id": 2674842,
    "uri": "https://api.kexp.org/v2/plays/2674842/?format=api",
    "airdate": "2019-12-18T08:53:00-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birds Fly (Whisper to a Scream)",
    "track_id": "5d5de751-e357-36cf-8a81-bc654d27063c",
    "recording_id": null,
    "artist": "The Icicle Works",
    "artist_ids": [
        "03143cba-d359-4bd9-8ab3-5ba6590f9933"
    ],
    "album": "Birds Fly (Whisper to a Scream)",
    "release_id": "33ef94c4-b752-4652-b68c-59e6b4d32418",
    "release_group_id": null,
    "labels": [
        "Situation Two"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Greg, here's your request! <br> </br> Here's the video: https://www.youtube.com/watch?v=ImJpqutxOmg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}