Information about plays

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

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

{
    "id": 421863,
    "uri": "https://api.kexp.org/v2/plays/421863/?format=api",
    "airdate": "2001-05-07T00:16:21-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Worked Old Lu and I Worked Old Bess",
    "track_id": "027be55e-601d-44a5-b0f6-2e9c19c58874",
    "recording_id": null,
    "artist": "Mississippi Fred McDowell",
    "artist_ids": [
        "8d2651e1-f539-4492-957a-8b4dc4c5d9b9"
    ],
    "album": "This Ain't No Rock n' Roll",
    "release_id": "17f92402-e6db-4929-b0e0-194d68f4df31",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}